FlexReport for WinForms
Item プロパティ (ChartObjectCollection<T>)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartObjectCollection<T> クラス : Item プロパティ
The zero-based index of the element to get.
Gets the element at the specified index.
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As T
'使用法
 
Dim instance As ChartObjectCollection(Of T)
Dim index As System.Integer
Dim value As T
 
value = instance.Item(index)
public T this[ 
   System.int index
]; {get;}

パラメータ

index
The zero-based index of the element to get.

プロパティ値

The element at specified index.
参照

参照

ChartObjectCollection<T> クラス
ChartObjectCollection<T> メンバ